Super Mario Bros 3 Text Editor Version 1.6

FIXED!


NOTE: This is Beta, although im pretty sure it should save and load the text correctly.


Introduction
------------
This is a Super Mario Bros 3 Text editor, it edits all the main text, and everything.

Notes
-----
1. Save after each text entry you edit, I made it recognize each entry, but it doesnt save all changes at a time to the rom...only the one you are editing...

2.I implemented length checking, and I believe its 100% correct, but errors are alwasy possible..so if you find one that isnt correct, please tell me, and ill fix it right away.

3.if you find any bugs, email them to me, with a description at: chaosflare@gmail.com, or PM me on acmlms at http://board.acmlm.org/sendprivate.php?userid=39

4. Ok, I added checking to make sure you werent a couple letters over, or short for each string, short isnt a big problem, but I made it so it has to be the same length as before just for safety reasons, you dont want your text to look all stupid now do you...also I to the right of the text box, I changed that little text box to show the length of the word or sentence your are editing, so make sure that stays the same, and everything should be just fine :)

5.Added some new text, the Mushroom house, the flute, and the mysterious shop text. Also added a text box under the little one that has the current length you have typed in the box, so that way you know if its the same, or not.

6. When saving some of the short, Capitalized Words, becareful since they use their own tables, and most dont have all the letters, for example, all the Mario, Luigi, and World, Continue, and End, and finally, Welcome to the warp zone Text uses this table,
BA=M
BC=A
D8=W
D9=P
DA=U
DB=N
E8=E
E9=R
EA=T
EB=G
EC=L
ED=C
EE=D
F0=O
FC=I
FD=Z

so only those Letters are availiable...

and the Course Clear, and you got a card uses this table
80=A
82=R
83=S
84=E
85=C
86=G
87=D
89=T
8A=U
8B=L
8D=Y
8E=O
9B=!
FC=_

so ONLY use these Letters, all the rest have all the letters.